var testing.blockProfileRate
5 uses
testing (current package)
testing.go#L465: blockProfileRate = flag.Int("test.blockprofilerate", 1, "set blocking profile `rate` (see runtime.SetBlockProfileRate)")
testing.go#L497: blockProfileRate *int
testing.go#L2325: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2326: runtime.SetBlockProfileRate(*blockProfileRate)
testing.go#L2408: if *blockProfile != "" && *blockProfileRate >= 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)